home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 451-475 / disk_473 / bigbrother / bighelp < prev    next >
Text File  |  1992-05-06  |  787b  |  66 lines

  1. echo "Function key help BigBrother 2.02"
  2. echo "================================="
  3. echo "F2 " NOLINE
  4. if exists s:F2
  5. type s:F2
  6. else
  7. echo "not installed*N"
  8. endif
  9.  
  10. echo "F3 " NOLINE
  11. if exists s:F3
  12. type s:F3
  13. else
  14. echo "not installed*N"
  15. endif
  16.  
  17. echo "F4 " NOLINE
  18. if exists s:F4
  19. type s:F4
  20. else
  21. echo "not installed*N"
  22. endif
  23.  
  24. echo "F5 " NOLINE
  25. if exists s:F5
  26. type s:F5
  27. else
  28. echo "not installed*N"
  29. endif
  30.  
  31. echo "F6 " NOLINE
  32. if exists s:F6
  33. type s:F6
  34. else
  35. echo "not installed*N"
  36. endif
  37.  
  38. echo "F7 " NOLINE
  39. if exists s:F7
  40. type s:F7
  41. else
  42. echo "not installed*N"
  43. endif
  44.  
  45. echo "F8 " NOLINE
  46. if exists s:F8
  47. type s:F8
  48. else
  49. echo "not installed*N"
  50. endif
  51.  
  52. echo "F9 " NOLINE
  53. if exists s:F9
  54. type s:F9
  55. else
  56. echo "not installed*N"
  57. endif
  58.  
  59. echo "F10 " NOLINE
  60. if exists s:F10
  61. type s:F10
  62. else
  63. echo "not installed*N"
  64. endif
  65.  
  66.